Equals Method (PgSqlRangeType<T>)
Determines if the specified object is an instance of
PgSqlRangeType<T> and has the same values as the current
PgSqlRangeType<T> instance.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
Parameters
- value
- PgSqlRangeType<T> to compare with.
Return Value
true if objects are equal; otherwise, false.